Use temporary impl_iface variable to make lines shorter
authorAlexander Larsson <alexl@redhat.com>
Mon, 31 Aug 2009 08:44:11 +0000 (10:44 +0200)
committerAlexander Larsson <alexl@redhat.com>
Mon, 31 Aug 2009 13:06:01 +0000 (15:06 +0200)
commit154be115ecb0759e1f44402348be37a0e20b414d
treecb8d88b6d0e37651946b0ad6d1b1d86a158f9436
parent397951cc856fff61332f6c4d108e5acb2cc9f8a9
Use temporary impl_iface variable to make lines shorter

I.e. we use:
 impl_iface = GDK_WINDOW_IMPL_GET_IFACE (private->impl);
And then use impl_iface instead of the full macro when calling vfuncs.

Also, in some places we avoid getting the iface multiple times.
gdk/gdkwindow.c